'Declaration
Public ReadOnly Property Success As Boolean
'Usage
Dim instance As ActionResult(Of T) Dim value As Boolean value = instance.Success
public bool Success {get;}
Property Value
true
if the action is executed successful; otherwise, false
.